@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
area {
  outline: none;
  blr: expression(this.onFocus=this.blur());
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #2966ca
}

img {
  -ms-interpolation-mode: bicubic;
}

i {
  font-style: normal;
}

html,
body {
  font-family: '微软雅黑,宋体', sans-serif;
  min-width: 1108px;
}

html {
  height: 100%;
  position: relative
}

body {
  background: #f5f5f5;
  font-size: 12px;
}

input {
  border-radius: 0;
}

button {
  -webkit-appearance: none;
  border-radius: 0;
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
form {
  list-style: none;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

.boxcenter {
  margin: 0 auto;
}

.fl_all {
  float: left;
}

.fr_all {
  float: right;
}

.txtdot {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.b {
  font-weight: bold;
}

* {
  -webkit-text-size-adjust: none;
}

/*禁止手机字体变大*/
.lastItem {
  margin-right: 0 !important;
  border: 0 !important;
}

/*responsive Normal*/
.maxcontainer {
  min-width: 1100px;
}

.container {
  width: 1100px;
}

.fl_pc {
  float: left;
}

.fr_pc {
  float: right;
}

.col_2in1 {
  width: 50%;
  *width: 49.9%
}

.col_3in1 {
  width: 33.3%
}

.col_4in1 {
  width: 25%;
  *width: 24.9%
}

.col_5in1 {
  width: 20%;
  *width: 19.9%
}

.col_6in1 {
  width: 16.6%
}

.pchide {
  display: none;
}

.mhide {
  display: block;
}

.padhide {
  display: block;
}

.padshow {
  display: none;
}

.mar0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
  line-height: 0;
}

.main {
  position: relative;
  overflow: hidden;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}


/* font */
/* @font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url(YouSheBiaoTiHei.eot);
  src: local('YouSheBiaoTiHei Regular'),
    local('YouSheBiaoTiHei'),
    url(YouSheBiaoTiHei.woff) format('woff'),
    url(YouSheBiaoTiHei.ttf) format('truetype'),
    url('YouSheBiaoTiHei.svg#YouSheBiaoTiHei') format('svg');
} */

@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url(YouSheBiaoTiHei.eot);
  src: url('YouSheBiaoTiHei.eot?#iefix')format('embedded-opentype'),
    url(YouSheBiaoTiHei.woff)format('woff'),
    url(YouSheBiaoTiHei.ttf)format('truetype'),
    url('YouSheBiaoTiHei#webfont34M5alKg')format('svg');
  font-weight: normal;
  font-style: normal;
}


/* color */
.cWithe,
a.cWithe {
  color: #fff;
}

.cWithe:hover {
  color: #333;
}

.cGray,
a.cGray {
  color: #8B8B8B;
}

.cGray:hover {
  color: #2CAE00;
}

.cGray2,
a.cGray2 {
  color: #2c2c2c;
}

.cGray2:hover {
  color: #2CAE00;
}

.cGray3,
a.cGray3 {
  color: #808080;
}

.cGray3:hover {
  color: #2CAE00;
}

.cBlack,
a.cBlack {
  color: #000;
}

.cBlack:hover {
  color: #2CAE00;
}

.cOrange,
a.cOrange {
  color: #FF933B;
}

.bgWhite {
  background: #fff;
}
/*信息公示*/
.publicity{
  width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  background-color: rgba(206, 241, 220, 0.5);
  border-radius: 15px;
  overflow: hidden;
  /*padding: 20px 20px 0;*/
  margin-top: 20px;
}
.publicity_title{
  font-size: 20px;
  font-weight: bold;
  color: #099742;
  float: left;
  margin-left: 50px;
  margin-top: 20px;
}
.publicity_list{
  float: left;
  margin: 20px 50px 20px 20px;
}
.ball{
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #099742;
  border-radius: 50%;
  margin: 0 20px;
}
.publicity_list ul li span:nth-child(2){
  display: inline-block;
  width: 740px;
  vertical-align: top;
}
.publicity_list ul li span:nth-child(2) div:nth-child(1){
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.publicity_list ul li span:nth-child(2) div:nth-child(2){
  margin: 10px 0;
  color: #9a9a9a;
}


/* public */
.header {
  width: 100%;
  overflow: hidden;
}

.wrapper {
  width: 1180px;
  margin: 0 auto;
}

.container {
  margin-top: -100px;
}


/* index_header */
.indexHeader {
  width: 100%;
  height: 645px;
  position: relative;
}

/* .indexHeader video {
  width: 1920px;
  height: 1080px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
} */
.indexHeader .video img {
  width: 100%;
  height: auto;
}

.indexHeader .wrapper {
  width: 1180px;
  height: 645px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.indexHeader .logo a {
  float: left;
  width: 215px;
  height: 52px;
  background: #ccc;
  margin-top: 40px;
  background: url(trs_indexlogo.png);
  background-size: 100% auto;
}

.indexHeader .nav {
  width: 800px;
  float: right;
  color: #fff;
}

.indexHeader .nav ul {
  text-align: right;
}

.indexHeader .nav ul li {
  display: inline-block;

}

.indexHeader .nav .topbar {
  margin: 12px auto 22px auto;
  font-size: 12px;
}

.indexHeader .nav .topbar li {
  margin-left: 10px;
}

.indexHeader .nav .topbar li a {
  color: #fff;
}

.indexHeader .nav .topbar li a img {
  vertical-align: middle;
}

.indexHeader .nav .list li {
  margin-left: 40px;

  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 36px;
  font-weight: 400;
}

.indexHeader .nav .list li.input {
  margin-left: 15px;
  position: relative;
}

.indexHeader .nav .list li.input input {
  width: 182px;
  height: 36px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  top: -2px;
  text-indent: 11px;
  color: #fff;
  font-size: 14px;
}

.indexHeader .nav .list li.input i {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(trs_icon_fangdajing.png);
  cursor: pointer;
  display: block;
  z-index: 10;
}
.indexHeader .nav .list li.btn{
  margin-left:20px;
}
.indexHeader .nav .list li.btn button {
  width:90px;
  height:32px;
  background:#16AE66;
  color:#fff;
  font-size:14px;
  border:0;
  border-radius: 32px;
  cursor:pointer;
}

.indexHeader .nav .list li a {
  color: #fff;
}

.indexHeader h2 {
  font-size: 60px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
  line-height: 60px;
  font-weight: 200;
  position: absolute;
  left: 50%;
  bottom: 161px;
  transform: translate(-50%);
  z-index: 10;
  width: 100%;
}





/* sub_header */
.downMenu {
  display: none;
}

.subHeader {
  height: 107px;
  background: #fff;
}

.subHeader .topBar {
  width: 100%;
  height: 28px;
  background: #F5F5F5;
}

.subHeader .topBar h3 {
  float: left;
  font-weight: bold;
  line-height: 28px;
  font-size: 12px;
  color: #000;

}

.subHeader .topBar ul {
  float: right;
}

.subHeader .topBar ul li {
  display: inline-block;
  color: #8B8B8B;
  margin-left: 8px;
  font-weight: 400;

}

.subHeader .topBar ul li .ico {
  vertical-align: middle;
}

.subHeader .logo a {
  float: left;
  width: 216px;
  height: 52px;
  background: #ccc;
  margin-top: 15.49px;
  background: url(trs_logo.jpg);
  background-size: 100% auto;
}

.subHeader .nav {
  float: right;
  margin-top: 21.88px;
}

.subHeader .nav li {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-left: 20px;

}

.subHeader .nav li.search {
  position: relative;
}

.subHeader .nav li.search .btn {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 9;
  background: url(trs_icon_search.png) no-repeat;
  background-size: contain;
}

.subHeader .nav li.search input {
  width: 171px;
  height: 35.02px;
  background: #FFFFFF;
  border: 2px solid rgba(44, 174, 0, 1);
  border-radius: 4px;
  opacity: 0.6;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.23px;
  line-height: 36px;
  font-weight: 400;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
}



/* focus */
.subFocus {
  width: 100%;
  height: 400px;
  background: center no-repeat;
  overflow: hidden;
}

.subFocus h2 {
  width: 500px;
  height: 36px;

  font-size: 38px;
  color: #16AE66;
  letter-spacing: 0.63px;
  line-height: 36px;
  font-weight: 700;
  margin-top: 137px;
}

.subFocus h2 span {
  display: block;
  height: 20px;

  font-size: 22px;
  color: #16AE66;
  letter-spacing: 0.37px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 17px;
}

/* footer */
.footer {
  width: 100%;
  height: 396px;
  border-top: 1px solid #E4E4E4;
}

.footer .map {
  width: 100%;
  height: 241px;
  padding-top: 40px;
  box-sizing: border-box;
  background: #fff;
}

.footer .map .logo {
  width: 230px;
  float: left;
  margin-right: 100px;
  text-align: left;
}

.footer .map .logo img {
  width: 189px;
  height: auto;
  margin-bottom: 25px;
}

.footer .map .nav {
  /* width: 450px; */
  width: 400px;
  float: left;
}

.footer .map .nav ul {
  float: left;
  margin-right: 68px;
}

.footer .map .nav ul li {
  font-size: 14px;
  color: #2C2C2C;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 200;
}

.footer .map .nav ul li h3 {
  font-size: 16px;
  font-weight: 400;
  color: #2C2C2C;

}

.footer .map .qrcode {
  /* width: 300px; */
  width: 430px;
  float: right;
}

.footer .map .qrcode li {
  text-align: center;
  float: right;
  margin-left: 24px;
}

.footer .map .qrcode li img {
  width: 118px;
  height: 118px;
}

.footer .map .qrcode li span {
  display: block;
  font-size: 14px;
  color: #2C2C2C;
  letter-spacing: 0;
  text-align: center;
  line-height: 28px;
  font-weight: 400;
}

.footer .link {
  width: 100%;
  height: 155px;
  background: #51AB6D;
  overflow: hidden;

}

.footer .link .wrapper {
  position: relative;
}

.footer .link ul {
  margin-top: 30px;
}

.footer .link ul li {
  color: #fff;
  font-size: 14px;
  float: left;
  margin-right: 20px;
  border-right: 1px solid #fff;
  line-height: 14px;
  padding-right: 20px;
}

.footer .link .copyright {
  margin-top: 12px;
  width: 692px;
  height: 40px;

  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}

.footer .link .footBar {
  position: absolute;
  right: 0;
  top: 0px;
}

.footer .link .footBar select {
  width: 210px;
  height: 35px;
  border: 1px solid rgba(222, 222, 222, 1);
  border-radius: 30px;
  padding-left: 12px;
  margin-left: 20px;
}





/* form */
input::-webkit-input-placeholder {
  color: #c5c5c5;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c5c5c5;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c5c5c5;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c5c5c5;
}

select::-ms-expand {
  display: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(trs_ico02.jpg) no-repeat scroll 182px center;
  background-size: 14px 9px;
  outline: none;
}

option::-ms-expand {
  display: none;
}

option {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
  appearance: none;
}

option:hover {
  color: #fff;
  background-color: #eee;
}



/* page */
.page {
  width: 100%;
  height: 50px;
  text-align: center;
  margin: 50px auto 60px auto;
}

.page li {
  display: inline-block;
  min-width: 32px;
  min-height: 32px;
  background: #FFFFFF;
  border: 1px solid rgba(217, 217, 217, 1);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin-right: 5px;
  cursor: pointer;
}

.page li i {
  display: block;
}

.page li.left {
  background: #fff url(trs_left.png) no-repeat center;
}

.page li.right {
  background: #fff url(trs_right.png) no-repeat center;
}

.page li.active {
  background: #16AE66;
  color: #fff;
  border: 0;
}

.page li.input {
  border: 0;
  background: none;
}

.page li.input input {
  border: 1px solid rgba(217, 217, 217, 1);
  width: 48px;
  min-height: 32px;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 5px;
  margin: 0 5px;
}



/* subMenu */
.subMenu {
  width: 220px;
  height: auto;
  margin-top: 20px;
  text-align: center;
}

.subMenu .level1 {
  height: 52px;
  overflow: hidden;
  /*border-bottom: 1px solid #c0c0c0;*/
  margin: 10px 0;
}

.subMenu .level1>h3 {
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  cursor: pointer;
  /*text-indent: 20px;*/
}

.subMenu .level1>h3 a {
  /*color: rgba(0, 0, 0, 0.65);*/
  font-weight: 400;
}
.subMenu .level1>h3 a:hover {
  color: #16AE66;
}
.subMenu .level1.child.active {
  height: auto;
  background: url(trs_ico04.jpg) 190px 26px no-repeat;
  background-size: 14px 7px;
}

.subMenu .level1.child {
  background: url(trs_ico05.jpg) 190px 22px no-repeat;
  background-size: 7px 14px;
}

.subMenu .level1>ul {
  margin-left: 20px;
}

.subMenu .level2 {
  height: auto;
  padding: 7px 10px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  box-sizing: border-box;
}

.subMenu .level2>h3 a,
.subMenu .level2 a {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
}

.subMenu .level2.active {
  height: auto;
  background: #16AE66;
  border-radius: 2px;
}

.subMenu .level2.active a {
  display: block;
  color: #fff;
}

.subMenu .level2.child {
  height: 30px;
  line-height: 30px;
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  box-sizing: border-box;
}

.subMenu .level2.child>h3 a {
  padding-left: 10px;
}

.subMenu .level2.child.active {
  height: auto;
  background: #E7F2ED;
  border-radius: 2px;
}

.subMenu .level2.child.active>h3 a {
  display: block;
  color: #16AE66;
}

.subMenu .level3>a {
  text-indent: 30px;
  position: relative;
  color: #808080 !important;
  font-weight: 400;
}

.subMenu .level3>a::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #808080;
}

.subMenu .level3.active a {
  background: #128E53 !important;
  color: #fff !important;
}

.subMenu .level3.active>a::before {
  background: #fff;
}

.subMenu .date {
  width: 100%;
  margin-top: 10px;
}

.subMenu .date li {
  width: 25%;
  float: left;
  font-size: 14px;
  margin-bottom: 21px;
}

.subMenu .date li a {
  color: #7E7E7E;
}

.subMenu .date li.active a {
  color: #128E53;
}


/* backTop */
.back_top {
  width: 48px;
  height: 48px;
  padding-top: 26px;
  background: url(trs_btop.jpg) no-repeat top center;
  cursor: pointer;
  position: fixed;
  _position: absolute;
  top: 85%;
  left: 50%;
  margin-left: 650px;
  display: none;
}

.back_top a {
  display: block;
  text-align: center;
  background: #c1c1c1;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  padding: 4px 3px;
}

/* contactBox */
#contactBox {
  width: 63px;
  height: 204px;
  position: fixed;
  right: 0;
  top: 308px;
  background: #016d4c;
  border-radius: 10px 0 0 10px;
  z-index: 999;
}

#contactBox .nav {
  width: 63px;
  height: 204px;
  float: left;
}

#contactBox .nav a {
  width: 63px;
  height: 68px;
  display: block;
  background-color: #03c990;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#contactBox .nav a:first-child{
  border-radius: 10px 0 0 0;
}
#contactBox .nav a:last-child{
  border-radius: 0 0 0 10px;
}
#contactBox .nav a img{
  width:130px;
  height:130px;
  position: absolute;
  top:0;
  left:-150px;
  border:10px solid #fff;
  display:none;
}
#contactBox .nav a:hover{
  background-color: #016d4c;
}
#contactBox .nav a:hover img{
  display:block;
}

#contactBox .nav a:nth-child(1) {
  background-image: url(trs_feed01.png);
}

#contactBox .nav a:nth-child(2) {
  background-image: url(trs_feed03.png);
}

#contactBox .nav a:nth-child(3) {
  background-image: url(trs_feed04.png);
}

#contactBox .nav a.active {
  background-color: #016d4c;
}

#contactBox.selected {
  width: 220px;
}

#contactBox .box {
  width: 157px;
  height: 100%;
  float: right;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
}

#contactBox .box>div {
  display: none;
}

#contactBox .box h2 {
  margin-top: 46px;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 18px;
}

#contactBox .box p {
  font-size: 20px;
  font-weight: bold;
}

#contactBox .box p.qr {
  font-size: 14px;
  font-weight: normal;
  margin-top: 21px;
}

#contactBox .box img {
  width: 109px;
  height: 109px;
  margin-top: 10px;
}

#contactBox .box .back {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 11px;
  right: 14px;
  background: url(trs_feed02.png) no-repeat center;
  cursor: pointer;
}







/* breadcrumb */
.breadcrumb {
  width: 100%;
  height: 50px;
}

.breadcrumb li {
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  position: relative;
  padding-right: 15px;
  margin-right: 5px;
}

.breadcrumb li::after {
  position: absolute;
  right: 0;
  top: 0;
  content: '>';
  color: #9B9B9B;
}

.breadcrumb li a {
  color: #9B9B9B;
  letter-spacing: 0.23px;
  font-weight: 400;
}

.breadcrumb li.active a {
  color: #16AE66;
}

.breadcrumb li.active::after {
  display: none;
}

/* 404 */
.body404 {
  background: #f5f5f5;
}

.body404 .contentBox {
  min-height: 500px;
  overflow: hidden;
}

.body404 .box404 {
  width: 511px;
  margin: 0 auto;
  margin-top: 133px;
  font-size: 18px;
  color: #787878;
  text-align: center;
}

.body404 .box404 img {
  margin-bottom: 31px;
}

.body404 .box404 .handle404 {
  margin: 16px auto 112px auto;
}

.body404 .box404 .handle404 a {
  width: 134px;
  height: 36px;
  display: inline-block;
  background: #909090;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
}

.body404 .box404 .handle404 a.active {
  margin-right: 19px;
  background: #51AB6D;
}


/* dialog */
.dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 999;
  display: none;
}

.dialog .box {
  width: 800px;
  height: 600px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dialog .box .title {
  width: 100%;
  height: 50px;
  background: #51AB6D;
  color: #fff;
  line-height: 50px;
  text-indent: 10px;
}

.dialog .box .content {
  width: 100%;
  height: 500px;
  overflow: auto;
  padding: 20px 20px;
  box-sizing: border-box;
}

.dialog .box .handle {
  width: 100%;
  height: 50px;
  text-align: center;
}

.dialog .box .handle a {
  padding: 10px 20px;
  background: #16AE66;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.dialog .box .content table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.dialog .box .content table td {
  padding-left: 10px;
}


/* dialogBox */
.dialogBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  z-index: 999;
  display: none;
}

.dialogBox .box {
  width: 800px;
  padding: 30px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dialogBox .box .btn {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 30px;
  right: 0;
  background: url(trs_close.png);
  cursor: pointer;
}

.dialogBox .box video {
  width: 100%;
  height: 100%;
}


/* select */
.select {
  width: 407px;
  height: 42px;
  border: 1px solid rgba(207, 207, 207, 1);
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  text-align: justify;
  line-height: 42px;
  font-weight: 200;
  text-indent: 10px;
  box-sizing: border-box;
  background: #fff url(trs_ico03.jpg) no-repeat scroll 365px center;
  background-size: 42px 42px;
  position: relative;
  cursor: pointer;
}

.select .nav {
  width: 100%;
  height: 200px;
  background: #fff;
  position: absolute;
  top: 42px;
  left: 0;
  display: none;
  overflow: auto;
  border: 1px solid #eee;
  z-index: 999;
}

.select .nav.active {
  display: block;
}

.select .nav li {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.select .nav li:hover {
  background: rgba(9, 151, 66, 0.14);
}

.chat_sidebar {

  cursor: pointer;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 1001;
  transition: all .5s;
}

.chat_sidebar.open {
  opacity: 0;
  transform: scale(0);
}

.chat_sidebar .btn-chat {
  display: block;
  text-align: center;
  height: 60px;
}

.chat_sidebar .btn-chat img {
  margin: 15px auto;
  height: 30px;
}

.chat_panel {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 1002;
}
    
.chat_panel .chat_ifm {
  width: 805px;
  height: 535px;
}

/*岗位信息样式*/
.post_box {
  font-size: 14px;
}
.post_box_item {
  margin: 20px 0;
}
.post_box_item_describe {

}
.post_box_item_ask {
  background: rgba(9, 151, 66, 0.14);
  padding: 15px;
  border-radius: 3px;
  display: none;
}
.post_box_item_ask_title {
  color: #16AE66;
  font-size: 16px;
}
.post_box_item_ask_text {
  margin-top: 10px;
}
.post_box_item_describe {
  overflow: hidden;
}
.post_box_item_describe > div {
  float: left;
}
.post_box_item_describe_left {
  width: 730px;
}
.post_box_item_describe_right {
  float: right;
}
.post_box_item_describe_right button {
  color: #16AE66;
  border: 1px solid #16AE66;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 5px 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.post_box_item_describe_right button:hover {
  color: #1ac975;
  border: 1px solid #1ac975;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 5px 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.post_box_item_describe_right button:focus {
  border: 1px solid #16AE66;
  outline: none;
}
.post_box_item_describe_left_top {
  font-size: 20px;
  font-weight: bold;
}
.post_box_item_describe_left_top a:hover{
  color: #16AE66;
}
.post_box_item_describe_left_bottom {
  margin: 15px 0;
}
.post_box_item_describe_left_bottom ul {
  overflow: hidden;
}
.post_box_item_describe_left_bottom ul li {
  color: #afafaf;
  float: left;
  border-right: 2px solid #afafaf;
  padding:0 10px;
}
.post_box_item_describe_left_bottom ul li:first-child {
  padding-left: 0;
}
.post_box_item_describe_left_bottom ul li:last-child {
  border: none
}
/*信息公示*/
.publicity{
  width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  background-color: rgba(206, 241, 220, 0.5);
  border-radius: 15px;
  overflow: hidden;
  /*padding: 20px 20px 0;*/
  margin-top: 20px;
}
.publicity_title{
  font-size: 20px;
  font-weight: bold;
  color: #099742;
  float: left;
  margin-left: 50px;
  margin-top: 20px;
}
.publicity_list{
  float: left;
  margin: 20px 50px 20px 20px;
  max-height: 186px;
  overflow: hidden;
}
.ball{
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #099742;
  border-radius: 50%;
  margin: 0 20px;
}
.publicity_list ul li span:nth-child(2){
  display: inline-block;
  width: 740px;
  vertical-align: top;
}
.publicity_list ul li span:nth-child(2) div:nth-child(1){
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.publicity_list ul li span:nth-child(2) div:nth-child(2){
  margin: 10px 0;
  color: #9a9a9a;
}
.submenuactive{
  background-color: rgba(9, 151, 66, 0.14);
}
.ver-bar{
  display: inline-block;
  width: 3px;
  height: 14px;
  vertical-align: middle;
  background-color: #16AE66;
  margin-top: -3px;
}